home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / cygnusedtempa.384 < prev    next >
Text File  |  1996-03-28  |  1KB  |  51 lines

  1.  
  2.  
  3. ;MainAssigns For Amiga-Tools-4
  4.  
  5. assign add prefs:   Amiga-tools-4:prefs
  6.  
  7. assign add C:       Amiga-Tools-4:C
  8.  
  9. ;assign add Devs:    Amiga-Tools-4:Devs
  10.  
  11. assign add Fonts:   Amiga-Tools-4:Fonts
  12.  
  13. assign add L:       Amiga-Tools-4:L
  14.  
  15. assign remove libs:
  16. assign Libs:        Amiga-Tools-4:Libs
  17. assign add libs:    sys:libs
  18.  
  19. assign add Locale:  Amiga-Tools-4:Locale
  20.  
  21. assign add S:       Amiga-Tools-4:S
  22.  
  23. if not exists "env:Mindicator"
  24.   copy Amiga-Tools-4:Prefs/env-archive/Mindicator to ENV:Mindicator all
  25. endif
  26.  
  27. if not exists "env:MCP"
  28.     copy Amiga-Tools-4:Prefs/env-archive/MCP to ENV:MCP all
  29. endif
  30.  
  31. if not exists "env:musicmanii"
  32.     copy Amiga-Tools-4:Prefs/env-archive/musicmanii to ENV:musicmanii all
  33. endif
  34.  
  35. if not exists "env:Sana2/magPLIP.config"
  36.     copy Amiga-Tools-4:Prefs/env-archive/Sana2 to ENV:Sana2 all
  37. endif
  38.  
  39. if not exists "env:SuperView-Library"
  40.     copy Amiga-Tools-4:Prefs/env-archive/SuperView-Library to ENV:SuperView-Library all
  41. endif
  42.  
  43. if not exists "env:SYS/NV_location"
  44.     copy Amiga-Tools-4:Prefs/env-archive/SYS/NV_location to ENV:SYS/NV_location all
  45. endif
  46. if not exists "env:sys/Video.config"
  47.     copy Amiga-Tools-4:Prefs/env-archive/sys/Video.config to ENV:sys/Video.config all
  48. endif
  49.  
  50.  
  51.